home *** CD-ROM | disk | FTP | other *** search
/ Nautilus 1994 November / Nautilus CD Magazine Volume 4-11 November 1994 Windows Edition.mdf / compware / drivers / tbeach / maui / dosinst.bat < prev    next >
DOS Batch File  |  1993-12-18  |  1KB  |  56 lines

  1. ECHO OFF
  2. IF "%1"=="" GOTO MESSAGE
  3. IF NOT EXIST SETUPSND.EXE GOTO SETUPSND
  4. IF NOT EXIST MAUIDIAG.EXE GOTO MAUIDIAG
  5. IF NOT EXIST DIAGMAUI.MOT GOTO DIAGMAUI
  6. IF NOT EXIST AUTOLOAD.MOT GOTO AUTOLOAD
  7. IF NOT EXIST OSMAUI.MOT GOTO OSMAUI
  8.  
  9. MD %1
  10.  
  11. COPY SETUPSND.EXE %1
  12. COPY MAUIDIAG.EXE %1
  13. COPY DIAGMAUI.MOT %1
  14. COPY AUTOLOAD.MOT %1
  15. COPY OSMAUI.MOT %1
  16. GOTO EXIT
  17.  
  18. :MESSAGE
  19. ECHO OFF 
  20. ECHO Usage: DOSINST [targetdir]    e.g. DOSINST C:\MAUI
  21. ECHO Copies the 5 files into targetdir
  22. ECHO Current directory must be the source directory
  23. GOTO EXIT
  24.  
  25. :SETUPSND
  26. ECHO OFF
  27. ECHO Did not find SETUPSND.EXE in current directory
  28. ECHO Change directory to the diskette that contains Maui disk
  29. GOTO EXIT
  30.  
  31. :MAUIDIAG
  32. ECHO OFF
  33. ECHO Did not find SETUPSND.EXE in current directory
  34. ECHO Change directory to the diskette that contains Maui disk
  35. GOTO EXIT
  36.  
  37. :DIAGMAUI
  38. ECHO OFF
  39. ECHO Did not find DIAGMAUI.MOT in current directory
  40. ECHO Change directory to the diskette that contains Maui disk
  41. GOTO EXIT
  42.  
  43. :AUTOLOAD
  44. ECHO OFF
  45. ECHO Did not find AUTOLOAD.MOT in current directory
  46. ECHO Change directory to the diskette that contains Maui disk
  47. GOTO EXIT
  48.  
  49. :OSMAUI
  50. ECHO OFF
  51. ECHO Did not find OSMAUI.MOT in current directory
  52. ECHO Change directory to the diskette that contains Maui disk
  53. GOTO EXIT
  54.  
  55. :EXIT
  56.